iconv: (stdin)
Hi Im trying to convert ASCII code into CP1250,CP1252 and vice versa. I donwloaded the iconv exe file from the website and tried converting. I used
[vimvim] Vim for CLI Linux (#8373)
Continuing anyway. msgfmt: Cannot convert from ISO-8859-1 to UTF-8. msgfmt relies on iconv(), and iconv() does not support this conversion._.
Using iconv and file
iconv -t ascii < BANKA0 > BANKA0.ASCII. Which resulted in: iconv: (stdin):1:0: cannot convert. I also tried UTF-8 and a number of others that ...
Why did this file not convert to UTF
On the other hand, you can only use iconv to convert a known character set to UTF-8. You could try a few likely choices, check for success — ...
iconv Command
Characters that cannot be converted include characters that are invalid in the FromCode of the input or that have no corresponding character in the ToCode of ...